home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 051-075 / 051 / compress / types.h < prev   
Text File  |  1995-03-13  |  154b  |  7 lines

  1. /*  Normally found in <sys/types.h> */
  2. typedef unsigned short ushort;
  3. typedef ushort ino_t;
  4. typedef short dev_t;
  5. typedef long off_t;
  6. typedef long time_t;
  7.